projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02dbe1e
)
(Fsetq_default): Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 18 Jul 2007 11:54:08 +0000
(11:54 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 18 Jul 2007 11:54:08 +0000
(11:54 +0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 471df20cd482d3a825f76229d54b84dbcbefe34d..4cc35501447afa0e4f9b89eeec4929a47735c96b 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-1440,7
+1440,7
@@
More generally, you can use multiple variables and values, as in
This sets each VAR's default value to the corresponding VALUE.
The VALUE for the Nth VAR can refer to the new default values
of previous VARs.
-usage: (setq-default [VAR VALUE
...]
) */)
+usage: (setq-default [VAR VALUE
]...
) */)
(args)
Lisp_Object args;
{